home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / trmnat.zip / TERMINAT.H < prev    next >
Text File  |  1992-02-04  |  1KB  |  28 lines

  1.  
  2. #define ID_LIST     4000
  3. #define ID_TERMINATE    4001
  4. #define ID_CLOSE    4002
  5. #define ID_QUIT     IDOK  //4003
  6. #define ID_GETLIST    4100
  7. #define ID_REREAD    4200
  8. #define ID_ABOUT    4201
  9.  
  10. /* BOOL Cls_OnIconEraseBkgnd(HWND hwnd, HDC hdc); */
  11. #define HANDLE_WM_ICONERASEBKGND(fn, hwnd, wParam, lParam) \
  12.     (LRESULT)(DWORD)(BOOL)(fn)((hwnd), (HDC)(wParam))
  13.  
  14.  
  15. /* TERMINAT.C 04/02/92 23.03.24 */
  16. int PASCAL WinMain (HINSTANCE hInstance, HINSTANCE hPrevInst, LPSTR lpszCmdLine, int nCmdShow);
  17. BOOL _export CALLBACK AboutProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
  18. BOOL _export CALLBACK DlgProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
  19. BOOL OnInitDialog (HWND hDlg, HWND hwndFocus, LPARAM lParam);
  20. BOOL OnIconEraseBkgnd (HWND hwnd, HDC hdc);
  21. void OnSysCommand (HWND hDlg, UINT cmd, int x, int y);
  22. void OnActivateApp (HWND hDlg, BOOL fActivate, HTASK htaskActDeact);
  23. BOOL dYield (void);
  24. void dWait (unsigned nMsecs);
  25. void OnCommand (HWND hDlg, int id, HWND hwndCtl, UINT codeNotify);
  26. void OnDestroy (HWND hwnd);
  27. BOOL _export CALLBACK EnumProc (HWND hwnd, LPARAM lParam);
  28.